There isn't a function for this.
You can achieve it by sending the /pvp [VID] command by quest, then selecting the possible opponent and sending the same command.
Example:
Code:
local me = pc.select(find_pc_by_name("opponent"))
command("pvp "..me)
local partner = pc.select(me)
command("pvp "..partner)