I doubt you can but you could try
sqlstr = addslashes("insert into tableA (id, note) values (null,'test this'); insert into tableB (id, name) values (null, 'John Doe')");
might work. It's 2 statements but only a single call to the database.
You'd probably find that the reporting back, handles etc is screwed.
Sarah