in reply to Disruptly return to the calling code line outside recursive

Use a goto to a LABEL outside the recursion.

NB: that's a speculative answer since your question is not too clear and an SSCCE is missing.

update

see example in Re^4: How does 'goto LABEL' search for its label? (yow?)

  • Comment on Re: Disruptly return to the calling code line outside recursive (updated)