Unfortunately, you can't natively.
What you can do, however, is use ianm's function pointer dll to do this, although it's a bit of a hassle for just a normal function call. You would have to define two functions for every one, and pass in an extra parameter (the number of parameters to be used) every time.
result as boolean
result=call function ptr(keyPress(),2,203,200)
result=call fucntion ptr(keyPress(),1,203)
wait key
end
function keyPress()
exitfunction get ptr to next function()
endfunction 0
function ___func___keyPress(params as byte,a as byte,b as byte,c as byte,d as byte,e as byte,f as byte,g as byte,h as byte)
`only use 'params' number of parameters here
endfunction result
Who needs a signature?