\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]{\vspace*{0.5cm}
\par\nopagebreak[4]\hspace{1cm} \red{الف)}\ #1\hfill \red{ب)}\ #2\hfill \red{ج)}\ #3\hfill \red{د)}\ #4 \vspace*{1cm}}

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

\begin{document}

\blue{۱.} مقدار $ 2+2 $ چقدر می‌شود؟

\prob{4}{5}{6}{7}

\blue{۲.} مقدار $ 2+2 $ چقدر می‌شود؟

\probm{4}{5}{6}{7}

\end{document}

