\documentclass{article}
\usepackage[pagebackref=true,colorlinks=true]{hyperref} 
\usepackage{xepersian}
\settextfont[Scale=1]{Yas}

\begin{document}
فراخوان اولین ایتم به صورت قلم فارسی \cite{1} 

فراخوان دومین ایتم به صورت قلم لاتین \Latincite{2} که ارجاع یا بازارجاع آن در مراجع نشان داده نمی‌شود به مراجع توجه شود.
\begin{thebibliography}{99}
\begin{LTRitems}
\resetlatinfont

\bibitem{1}
first item\hfill 

\bibitem{2}
first item\hfill 

\end{LTRitems}

\end{thebibliography}
 \end{document}