Place the cursor on any call to a function, and use this command to jump the cursor to the start of that function. For example, consider the following REXX line:
myReturn = hello(myArg)
Place the cursor somewhere over "hello" and select Goto Function. The cursor will jump to the start of the function/subroutine named "hello" in your script.