\documentclass{article}
\usepackage[extrafootnotefeatures]{xepersian}
\settextfont{XB Niloofar} 
\paragraphfootnotes
\makeatletter
\let\@footnotetext\m@mold@footnotetext
\renewcommand*{\@footstartv@r}{%
    \vskip\bigskipamount
    \leftskip=\z@
    \rightskip=\z@}
\makeatother
\begin{document}
مقداری متن%
\LTRfootnote{text}  \LTRfootnote{text}  \LTRfootnote{text}  \LTRfootnote{text} 
مقدار دیگری متن%
\footnote{مقداری متن} \footnote{مقداری متن} 
\footnote{مقداری متن که می‌تواند خیلی طولانی هم باشد}
و دوباره متن%
\LTRfootnote{text}


\newpage

\LTRfootnote{text}  \LTRfootnote{text}  \LTRfootnote{text}  \LTRfootnote{text} 
\LTRfootnote{text}
\end{document}