How do I use one shadow volume for multiple meshes

I have a collection of static mesh components that all move independently but stay together. The current behavior is that each has its own shadow frustum and shadow map. This works out to be quite expensive in my case. Is there a way for me to combine these in to one object with one shadow map?