Calling of second function

in the above question
there are two calls as recursive call.

how the second recursive function can be called without
“returning” from the first call.

After the terminal of first call in base case second function is called.