If you just want them blended with each other, sample all of them and use Add node.
If you want to apply them individually in particular places you will probably need a combination of TextureCoordinate node (to get the position you currently render to) and If nodes (to filter what should be rendered).
Here’s a sample material that renders 3 stripes, changing color based on the coordinates
