1 Stemap with 500+ urls anyway to parallel scraping?

I have multiple sitemaps that are mostly the same except for the product name and dates in the URL.
I tried to compile all of the sitemaps; the URLs have come up to 500+ URLs.
loading each site containing delays and intervals with additional actions, it just becomes unnecessarily long...I'm just wondering if there's any way to parallel scrape even from a single sitemap.
Is this possible??

Are you asking how to add a list of URLs as StartUrls for one sitemap? If so, that has been covered here:

There are a few ways to do it. For one-off jobs, my faviorite method is to just paste the list into pastelink.net then build or modify a sitemap to start from that pastelink page.

No, I'm asking if the extension start like 5 instances of chrome so that it scrapes 5 urls at same time to speed it up.

You could run additional instances in a VM (I have used Virtualbox with Lubuntu before). or run the Firefox version at the same time. If you need more than that, like dozens or even hundreds of connections per second, you will probably need to use Python. Also see