Yes, each image sprite can work with its own timer.
Make sure to call imageSprite.Initialize() and set the speed to something. You can also set the interval, so its speed in pixels and interval in milliseconds. I think the default interval is 1000, but speed 0.
Dave