Exec Procedure Use Multi Variable

I have Procedure one parameter
Exec ProcedureName 1
Exec ProcedureName 2
Exec ProcedureName 3
Exec ProcedureName 4
these parameter Get From Table
how exec this procedure with data table

You will have to use a cursor or a while loop. For example, see here