You can’t force line breaks in a submit button. You could try using two buttons and styling them to appear as one. You could try a <button> tag and using javascript to submit.
If this is really important I would use a normal submit button with unbroken text, then use javascript to replace it with a button tag with the line break. This way it will work perfectly with both javascript enabled or disabled, with only a slight aesthetic problem for those with it disabled.