You would have to write a VBA macro that stored a variable somewhere. That variable would be the record of the last-used number. Then, when you create a new document, the Macro would read the variable, increment it by 1, then store the updated value. Here are some pages with similar code that can get you started:
Implement auto-increment with Word macro