It is possible of course, but it will require some javascript. You want to bind an event to a keypress event in each field, and when it fires, check the length of the text you entered so far - if it matches, move focus to the next field.
a source
to share