Single procedures that return individual results (to ensure the importance of code, simplicity and reuse of procedures), and then one call calls all the necessary procedures:
command = new SqlCommand(@"
exec usp_proc1 @param1, @param2;
exec usp_proc2 @param1, @param3;
exec usp_proc3 @param2, @param4;");
, . , , , .