You have 3 possibilities:
1) guess and exagurate to be sure that the size will never be overrun
2) analytically check the size of subsequent calls and their stack size; however- for large numbers of nested calls and their variations this is not trivial
3) do 1) and consequently use MQX TAD and look for stack usage, where the used column can tell you the max. watermark level of the stack.