Is it possible to pass 'vars_prompt' variables from one playbook to another that would normally resemble passing arguments in functions?

I’m wondering whether or not its possible to pass variables defined by ‘vars_prompt’ from one playbook to another when that other playbook is properly referenced in the first playbook. In other programming languages, this would be the equivalent of passing function arguments when the functions themselves are being called.