If you are using QB (QuickBasic), so often wrongly called Qbasic, then
Call Absolute (as well as Call Interrupt) are in the QB library QB.QLB
In that case, start QB with QB /L libraryname
(no library name is required for QB.QLB as it is the default)
If you are, in fact, using QBasic then Call absolute is there for you if you
use it correctly. The Assembly code needs to be in memory (stored in an
array is the easiest way) then use the array as the parameter for call absolute.