\documentclass[a4paper,11pt]{article}
\usepackage{xepersian}
\settextfont[Scale=1.1]{XB Niloofar}
\newdimen\xleftright
\xleftright=\textwidth
\advance \xleftright by -10.5cm
\newcommand{\leftright}[3]{%
\noindent
\makebox[4 cm][r]{#1}
\makebox[\xleftright][s]{}
\makebox[5.5 cm][l]{#2}
\makebox[1 cm][l]{#3}%
}
\begin{document}
آزمایش

\leftright{راست‌چین}
{چپ‌‌چین}
{چپ‌چین}
\end{document}