با سلام
شما میتوانید این کار را با استفاده از بسته notoccite انجام دهید، به عنوان نمونه همانطور که در کد زیر مشاهده میکنید ابتدا بسته notoccite را قبل از بسته xepersian (البته اگر دارید فارسی مینویسید) وارد کنید.
\documentclass{article}
\usepackage{notoccite}
\usepackage{xepersian}
\settextfont[Scale=1]{B Nazanin}
\setlatintextfont[Scale=.9]{Times New Roman}
\begin{document}
\listoffigures
\section{مثال}
این یک مثال از شکل است \cite{Milenkovic2010}.
\begin{figure}[!h]
\centering
\rule{1cm}{1cm}
\caption{یک مثال از\cite{Zhuo2011Contact}}
\end{figure}
\bibliographystyle{ieeetr-fa}
\bibliography{ref}
\end{document}
این هم فایل bib مربوط به مثال بالا:
@article{Zhuo2011Contact,
author = {Zhuo, Xuejun and Li, Qinghua and Gao},
doi = {10.1109/ICNP.2011.6089057},
isbn = {978-1-4577-1394-1},
journal = {19th IEEE International Conference },
month = oct,
pages = {236--245},
publisher = {Ieee},
title = {{Contact duration aware data replication in }},
year = {2011}
}
@article{Milenkovic2010,
author = {Milenkovi, Jana and Tasi, Jurij F},
keywords = {18 ghz communication channel},
pages = {114--120},
title = {Indoor 60 GHz wideband communication channel},
volume = {77},
year = {2010}
}
که در این صورت خروجی به صورت زیر خواهد شد: