\documentclass[a4paper]{article}
\usepackage{xecolour}
\usepackage{amsmath}
\usepackage{xepersian}
%
\settextfont[Scale=1]{Yas}
\setlatintextfont[Scale=1]{Yas}
\setdigitfont[Scale=1]{Yas}

%\pdfpagewidth 15cm
%\pdfpageheight 25cm

\newcommand{\prob}[4]{
\par\nopagebreak[4]\hspace{1cm} \red{الف)}\ #1\hfill \red{ب)}\ #2\hfill \red{ج)}\ #3\hfill \red{د)}\ #4}

\newcommand{\probm}[4]{
\par\nopagebreak[4]\hspace{-1cm} \red{الف)}\ #1\hfill \red{ب)}\ #2\hfill \red{ج)}\ #3\hfill \red{د)}\ #4}

\begin{document}

\blue{۱.} مقدار $ 2+2 $ چقدر می‌شود؟
\\
\prob{4}{5}{6}{7}
\\
\blue{۲.} مقدار $ 2+2 $ چقدر می‌شود؟
\\
\probm{4}{5}{6}{7}

\end{document}

