I have modules 7,8,9,10,11,12 that are Subs

Using the Code:
 
Sub MasterMacro()
     Call Macro7
      Call Macro8
      Call Macro9
      Call Macro10
      Call Macro11
      Call Macro12
End Sub
I Believe each macro would run, one at a time, one by one; The question is, is there a way to run by calling these macros to repeat to a specific amount of times before it stops.

Any help on this is Greatrly Appreciated!!!
Thank you in Advance,
Sincerely

Dennis