\documentclass[a4]{article}
\usepackage{endnotes}
\usepackage{xepersian}
\settextfont[Scale=1]{XB Zar}
\renewcommand{\notesname}{زیرنویس‌ها}

\begin{document}
سلسیل\endnote{gd gdg}
salam. This is a simple text\endnote{\lr{no doubt!}}.
\\ 



\newpage
\begin{flushleft}
\begingroup
\parindent0pt
\parskip2ex
\def\enotesize{\normalsize}
\theendnotes
\endgroup
\end{flushleft}
\newpage
\end{document}