Hi,
Its is possible, the model of arduino is dependent on how you want to control the motors.
Do you need to know how much wire you have wound in or out?
What size, voltage and current are the motors.
What are all the inputs and output devices you will have?
Is this an artwork or processing device?
We need to know your application and can you tell us your electronics, programming, arduino, hardware experience?
While it is possible it is a bit more complex than you might think. You need some sort of end stop sensor for both fully wound and unwound. Also don't go thinking that by turning each motor on for say five seconds they will all unwind to the same extent.
Most small motors go too fast and you will need some gearing or a motor like a stepping motor where you can control precisely how much it turns.
All the motors need to run separately at a specified interval
The motors will need to be used to wind and unwind a wire.
Is the interval in microseconds, milliseconds, seconds, minutes, or hours? The Arduino dies milliseconds and seconds fairly well but for microseconds you will probably need additional hardware and for hours (or days) you will probably need a clock chip since the internal clock drifts minutes a day.
I assume the motors have to travel in both directions. Do you need to control speed? Do you need to control position? Just knowing that the motors are "small" doesn't help much with knowing how to control them.