How to make a query returning pages from multiple parents

POST does not have parents, but categories. Only PAGE can have parent. So, the question is, what do you want to get?

In case of getting POSTS from different categories, just use get_posts and add multiple categories.

As for pages, just use get_page_children.