Is there a way to have information on one page automatically feed into another? [closed]

Create page templates inside your theme and create page-{template-name}.php for each one of them and you need to code the appropriate query for each case.

Then go to each page inside admin panel, open each page and just assign each page to their matching template.

If you are not familiar with how to do any of the above, provide the code of your current page and I can give you feedback code on that.